projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8428ef4
)
(do-install): Delete the dest dir, not the source dir,
author
Richard M. Stallman
<rms@gnu.org>
Thu, 27 May 1993 22:12:55 +0000
(22:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 27 May 1993 22:12:55 +0000
(22:12 +0000)
when they are different.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 8b1371d04055e7917bc597d5dd40fac7a4a9e6a8..c11edcde473e6325625111945412009af90127c2 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-332,7
+332,7
@@
do-install: mkdir
-set ${COPYDESTS} ; \
for dir in ${COPYDIR} ; do \
if [ `(cd $$1 ; pwd)` != `(cd $${dir} ; pwd)` ] ; then \
- rm -rf $$
{dir}
; \
+ rm -rf $$
1
; \
fi ; \
done
-set ${COPYDESTS} ; \